BlocksByIdentifier retrieves a list of blocked IP addresses of a particular user using any of the user identifiers: username, phone number or email.
(ctx context.Context, identifier string, opts ...management.RequestOption)
| 14 | |
| 15 | // BlocksByIdentifier retrieves a list of blocked IP addresses of a particular user using any of the user identifiers: username, phone number or email. |
| 16 | BlocksByIdentifier(ctx context.Context, identifier string, opts ...management.RequestOption) ([]*management.UserBlock, error) |
| 17 | |
| 18 | // Unblock a user that was blocked due to an excessive amount of incorrectly |
| 19 | // provided credentials. |
no outgoing calls
no test coverage detected