package
2.167.0+incompatible
Repository: https://github.com/supabase/auth.git
Documentation: pkg.go.dev

# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteAdminSsoProvidersSsoProviderIdRequest generates requests for DeleteAdminSsoProvidersSsoProviderId.
NewDeleteAdminUsersUserIdFactorsFactorIdRequest generates requests for DeleteAdminUsersUserIdFactorsFactorId.
NewDeleteAdminUsersUserIdRequest generates requests for DeleteAdminUsersUserId.
NewGetAdminAuditRequest generates requests for GetAdminAudit.
NewGetAdminSsoProvidersRequest generates requests for GetAdminSsoProviders.
NewGetAdminSsoProvidersSsoProviderIdRequest generates requests for GetAdminSsoProvidersSsoProviderId.
NewGetAdminUsersRequest generates requests for GetAdminUsers.
NewGetAdminUsersUserIdFactorsRequest generates requests for GetAdminUsersUserIdFactors.
NewGetAdminUsersUserIdRequest generates requests for GetAdminUsersUserId.
NewPostAdminSsoProvidersRequest calls the generic PostAdminSsoProviders builder with application/json body.
NewPostAdminSsoProvidersRequestWithBody generates requests for PostAdminSsoProviders with any type of body.
NewPostGenerateLinkRequest calls the generic PostGenerateLink builder with application/json body.
NewPostGenerateLinkRequestWithBody generates requests for PostGenerateLink with any type of body.
NewPostInviteRequest calls the generic PostInvite builder with application/json body.
NewPostInviteRequestWithBody generates requests for PostInvite with any type of body.
NewPutAdminSsoProvidersSsoProviderIdRequest calls the generic PutAdminSsoProvidersSsoProviderId builder with application/json body.
NewPutAdminSsoProvidersSsoProviderIdRequestWithBody generates requests for PutAdminSsoProvidersSsoProviderId with any type of body.
NewPutAdminUsersUserIdFactorsFactorIdRequest calls the generic PutAdminUsersUserIdFactorsFactorId builder with application/json body.
NewPutAdminUsersUserIdFactorsFactorIdRequestWithBody generates requests for PutAdminUsersUserIdFactorsFactorId with any type of body.
NewPutAdminUsersUserIdRequest calls the generic PutAdminUsersUserId builder with application/json body.
NewPutAdminUsersUserIdRequestWithBody generates requests for PutAdminUsersUserId with any type of body.
ParseDeleteAdminSsoProvidersSsoProviderIdResponse parses an HTTP response from a DeleteAdminSsoProvidersSsoProviderIdWithResponse call.
ParseDeleteAdminUsersUserIdFactorsFactorIdResponse parses an HTTP response from a DeleteAdminUsersUserIdFactorsFactorIdWithResponse call.
ParseDeleteAdminUsersUserIdResponse parses an HTTP response from a DeleteAdminUsersUserIdWithResponse call.
ParseGetAdminAuditResponse parses an HTTP response from a GetAdminAuditWithResponse call.
ParseGetAdminSsoProvidersResponse parses an HTTP response from a GetAdminSsoProvidersWithResponse call.
ParseGetAdminSsoProvidersSsoProviderIdResponse parses an HTTP response from a GetAdminSsoProvidersSsoProviderIdWithResponse call.
ParseGetAdminUsersResponse parses an HTTP response from a GetAdminUsersWithResponse call.
ParseGetAdminUsersUserIdFactorsResponse parses an HTTP response from a GetAdminUsersUserIdFactorsWithResponse call.
ParseGetAdminUsersUserIdResponse parses an HTTP response from a GetAdminUsersUserIdWithResponse call.
ParsePostAdminSsoProvidersResponse parses an HTTP response from a PostAdminSsoProvidersWithResponse call.
ParsePostGenerateLinkResponse parses an HTTP response from a PostGenerateLinkWithResponse call.
ParsePostInviteResponse parses an HTTP response from a PostInviteWithResponse call.
ParsePutAdminSsoProvidersSsoProviderIdResponse parses an HTTP response from a PutAdminSsoProvidersSsoProviderIdWithResponse call.
ParsePutAdminUsersUserIdFactorsFactorIdResponse parses an HTTP response from a PutAdminUsersUserIdFactorsFactorIdWithResponse call.
ParsePutAdminUsersUserIdResponse parses an HTTP response from a PutAdminUsersUserIdWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Constants

No description provided by the author
No description provided by the author
Defines values for PostGenerateLinkJSONBodyType.
Defines values for PostGenerateLinkJSONBodyType.
Defines values for PostGenerateLinkJSONBodyType.
Defines values for PostGenerateLinkJSONBodyType.
Defines values for PostAdminSsoProvidersJSONBodyType.
Defines values for PostGenerateLinkJSONBodyType.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
No description provided by the author
No description provided by the author
ErrorSchema defines model for ErrorSchema.
GetAdminAuditParams defines parameters for GetAdminAudit.
No description provided by the author
No description provided by the author
No description provided by the author
GetAdminUsersParams defines parameters for GetAdminUsers.
No description provided by the author
No description provided by the author
No description provided by the author
MFAFactorSchema Represents a MFA factor.
PostAdminSsoProvidersJSONBody defines parameters for PostAdminSsoProviders.
No description provided by the author
PostGenerateLinkJSONBody defines parameters for PostGenerateLink.
No description provided by the author
PostInviteJSONBody defines parameters for PostInvite.
No description provided by the author
PutAdminSsoProvidersSsoProviderIdJSONBody defines parameters for PutAdminSsoProvidersSsoProviderId.
No description provided by the author
No description provided by the author
No description provided by the author
SAMLAttributeMappingSchema defines model for SAMLAttributeMappingSchema.
SSOProviderSchema defines model for SSOProviderSchema.
UserSchema Object describing the user related to the issued access and refresh tokens.

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

BadRequestResponse defines model for BadRequestResponse.
ClientOption allows setting custom parameters during construction.
ForbiddenResponse defines model for ForbiddenResponse.
PostAdminSsoProvidersJSONBodyType defines parameters for PostAdminSsoProviders.
PostAdminSsoProvidersJSONRequestBody defines body for PostAdminSsoProviders for application/json ContentType.
PostGenerateLinkJSONBodyType defines parameters for PostGenerateLink.
PostGenerateLinkJSONRequestBody defines body for PostGenerateLink for application/json ContentType.
PostInviteJSONRequestBody defines body for PostInvite for application/json ContentType.
PutAdminSsoProvidersSsoProviderIdJSONRequestBody defines body for PutAdminSsoProvidersSsoProviderId for application/json ContentType.
PutAdminUsersUserIdFactorsFactorIdJSONBody defines parameters for PutAdminUsersUserIdFactorsFactorId.
PutAdminUsersUserIdFactorsFactorIdJSONRequestBody defines body for PutAdminUsersUserIdFactorsFactorId for application/json ContentType.
PutAdminUsersUserIdJSONRequestBody defines body for PutAdminUsersUserId for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UnauthorizedResponse defines model for UnauthorizedResponse.