# Functions
UnmarshalAccessTokenRequest unmarshals polymorphic AccessTokenRequest.
UnmarshalAccessTokenRequestSlice unmarshals polymorphic slices of AccessTokenRequest.
UnmarshalIdentity unmarshals polymorphic Identity.
UnmarshalIdentitySlice unmarshals polymorphic slices of Identity.
# Constants
AccessTokenTokenTypeBearer captures enum value "bearer".
CallbackResponseStateDone captures enum value "done".
CallbackResponseStateError captures enum value "error".
# Structs
AccessToken A granted access token used for performing requests on behalf o a user or provider against the Manifold Connector API.
AuthCodeRequest HTTP Request Body of an Auth Code swagger:model AuthCodeRequest.
AuthCodeRequestBody auth code request body swagger:model AuthCodeRequestBody.
AuthorizationCode authorization code swagger:model authorization_code.
CallbackResponse A callback sent from a provider to complete an asynchronous request.
ClientCredentials client credentials swagger:model client_credentials.
OAuthCredentialCreateRequest o auth credential create request swagger:model OAuthCredentialCreateRequest.
OAuthCredentialCreateResponse o auth credential create response swagger:model OAuthCredentialCreateResponse.
OAuthCredentialGetResponse o auth credential get response swagger:model OAuthCredentialGetResponse.
Product product swagger:model product.
ProductAO1Target product a o1 target swagger:model ProductAO1Target.
Profile A view of a Manifold User.
Resource A view of a Resource provisioned through Manifold.
User user swagger:model user.
UserAO1Target user a o1 target swagger:model UserAO1Target.
# Interfaces
AccessTokenRequest HTTP Request Body of an Access Token swagger:discriminator AccessTokenRequest grant_type.
Identity The underlying actor represented by the current Access Token.
# Type aliases
Code An authorization code used by a provider in exchange for a scoped Access Token.
FeatureMap A map of feature labels to selected values for customizable features swagger:model FeatureMap.
OAuthClientSecret Client Secret portion of the OAuth Credentials used for accessing the Manifold Connector API.
RegionSlug Combination of the cloud platform and location to provision this resource within.