package
0.6.8
Repository: https://github.com/theopenlane/core.git
Documentation: pkg.go.dev

# Variables

ExampleAccountAccessReply is an example of a successful `/account/access` response for OpenAPI documentation.
ExampleAccountAccessRequest is an example of a successful `/account/access` request for OpenAPI documentation.
ExampleAccountRolesOrganizationReply is an example of a successful `/account/roles/organization` response for OpenAPI documentation.
ExampleAccountRolesOrganizationRequest is an example of a successful `/account/roles/organization` request for OpenAPI documentation.
ExampleAccountRolesReply is an example of a successful `/account/roles` response for OpenAPI documentation.
ExampleAccountRolesRequest is an example of a successful `/account/roles` request for OpenAPI documentation.
ExampleForgotPasswordSuccessRequest is an example of a successful forgot password request for OpenAPI documentation.
ExampleForgotPasswordSuccessResponse is an example of a successful forgot password response for OpenAPI documentation.
ExampleInviteRequest is an example of a successful invite request for OpenAPI documentation.
ExampleInviteResponse is an example of a successful invite response for OpenAPI documentation.
ExampleLoginSuccessRequest is an example of a successful login request for OpenAPI documentation.
ExampleLoginSuccessResponse is an example of a successful login response for OpenAPI documentation.
ExamplePublishSuccessRequest is an example of a successful publish request for OpenAPI documentation.
ExamplePublishSuccessResponse is an example of a successful publish response for OpenAPI documentation.
ExampleRefreshRequest is an example of a successful refresh request for OpenAPI documentation.
ExampleRefreshSuccessResponse is an example of a successful refresh response for OpenAPI documentation.
ExampleRegisterSuccessRequest is an example of a successful register request for OpenAPI documentation.
ExampleRegisterSuccessResponse is an example of a successful register response for OpenAPI documentation.
ExampleResendEmailSuccessRequest is an example of a successful resend email request for OpenAPI documentation.
ExampleResendEmailSuccessResponse is an example of a successful resend email response for OpenAPI documentation.
ExampleResetPasswordSuccessRequest is an example of a successful reset password request for OpenAPI documentation.
ExampleResetPasswordSuccessResponse is an example of a successful reset password response for OpenAPI documentation.
ExampleSwitchSuccessReply is an example of a successful switch organization response for OpenAPI documentation.
ExampleSwitchSuccessRequest is an example of a successful switch organization request for OpenAPI documentation.
ExampleUploadFileRequest is an example of a successful upload request for OpenAPI documentation.
ExampleUploadFilesSuccessResponse is an example of a successful upload response for OpenAPI documentation.
ExampleVerifySubscriptionResponse is an example of a successful verify subscription response for OpenAPI documentation.
ExampleVerifySubscriptionSuccessRequest is an example of a successful verify subscription request for OpenAPI documentation.
ExampleVerifySuccessRequest is an example of a successful verify request for OpenAPI documentation.
ExampleVerifySuccessResponse is an example of a successful verify response for OpenAPI documentation.

# Structs

AccountAccessReply holds the fields that are sent on a response to the `/account/access` endpoint.
AccountAccessRequest holds the fields that should be included on a request to the `/account/access` endpoint.
AccountRolesOrganizationReply holds the fields that are sent on a response to the `/account/roles/organization` endpoint.
AccountRolesOrganizationRequest holds the fields that should be included on a request to the `/account/roles/organization` endpoint.
AccountRolesReply holds the fields that are sent on a response to the `/account/roles` endpoint.
AccountRolesRequest holds the fields that should be included on a request to the `/account/roles` endpoint.
Address is a custom type for Address.
No description provided by the author
EntitlementsReply holds the fields that are sent on a response to the `/entitlements` endpoint.
EntitlementsRequest holds the fields that should be included on a request to the `/entitlements` endpoint.
File holds the fields that are sent on a response to the `/upload` endpoint.
ForgotPasswordReply contains fields for a forgot password response.
ForgotPasswordRequest contains fields for a forgot password request.
InviteReply holds the fields that are sent on a response to an accepted invitation.
InviteRequest holds the fields that should be included on a request to the `/invite` endpoint.
LoginReply holds the response to LoginRequest.
LoginRequest holds the login payload for the /login route.
OauthTokenRequest to authenticate an oauth user with the Server.
Price is a custom type for pricing data.
PublishReply holds the fields that are sent on a response to the `/event/publish` endpoint.
PublishRequest is the request payload for the event publisher.
RefreshReply holds the fields that are sent on a response to the `/refresh` endpoint.
RefreshRequest holds the fields that should be included on a request to the `/refresh` endpoint.
RegisterReply holds the fields that are sent on a response to the `/register` endpoint.
RegisterRequest holds the fields that should be included on a request to the `/register` endpoint.
ResendReply holds the fields that are sent on a response to the `/resend` endpoint.
ResendRequest contains fields for a resend email verification request to the `/resend` endpoint.
ResetPasswordReply is the response returned from a non-successful password reset request on success, no content is returned (204).
ResetPasswordRequest contains user input required to reset a user's password using /password-reset endpoint.
SwitchOrganizationReply holds the new authentication and session information for the user for the new organization.
SwitchOrganizationRequest contains the target organization ID being switched to for the /switch endpoint.
UploadFilesReply holds the fields that are sent on a response to the `/upload` endpoint.
UploadFilesRequest holds the fields that should be included on a request to the `/upload` endpoint.
VerifyReply holds the fields that are sent on a response to the `/verify` endpoint.
VerifyRequest holds the fields that should be included on a request to the `/verify` endpoint.
VerifySubscribeReply holds the fields that are sent on a response to the `/subscribe/verify` endpoint.
VerifySubscribeRequest holds the fields that should be included on a request to the `/subscribe/verify` endpoint.
WebauthnBeginLoginResponse is the response to begin a webauthn login this includes the credential assertion options and the session token.
WebauthnRegistrationResponse is the response to begin a webauthn login this includes the credential creation options and the session token.
WebauthnRegistrationResponse is the response after a successful webauthn login.
WebauthnRegistrationRequest is the request to begin a webauthn login.
WebauthnRegistrationResponse is the response after a successful webauthn registration.