UnblockByIdentifier a user that was blocked due to an excessive amount of incorrectly provided credentials using any of the user identifiers: username, phone number or email.
(ctx context.Context, identifier string, opts ...management.RequestOption)
| 21 | |
| 22 | // UnblockByIdentifier a user that was blocked due to an excessive amount of incorrectly provided credentials using any of the user identifiers: username, phone number or email. |
| 23 | UnblockByIdentifier(ctx context.Context, identifier string, opts ...management.RequestOption) error |
| 24 | |
| 25 | // Create a new user. |
| 26 | Create(ctx context.Context, u *management.User, opts ...management.RequestOption) (err error) |
no outgoing calls
no test coverage detected