PerformLoginTokenCreation creates a new login token and associates it with the provided data.
(ctx context.Context, req *PerformLoginTokenCreationRequest, res *PerformLoginTokenCreationResponse)
| 29 | type LoginTokenInternalAPI interface { |
| 30 | // PerformLoginTokenCreation creates a new login token and associates it with the provided data. |
| 31 | PerformLoginTokenCreation(ctx context.Context, req *PerformLoginTokenCreationRequest, res *PerformLoginTokenCreationResponse) error |
| 32 | |
| 33 | // PerformLoginTokenDeletion ensures the token doesn't exist. Success |
| 34 | // is returned even if the token didn't exist, or was already deleted. |
no outgoing calls