logto_client library
Classes
Enums
- FirstScreen
- The first screen to be shown in the sign-in experience.
- IdentifierType
- The type of the identifier supported by Logto. This field is used along with FirstScreen to specify the first screen to be shown in the sign-in experience. If specified, the first screen will be shown based on the identifier type.
- InteractionMode
- @Deprecated use firstScreen instead
- LogtoAuthExceptions
- LogtoReservedResource
- Resources that reserved by Logto, which cannot be defined by users.
- LogtoUserScope
- Scopes for ID Token and Userinfo Endpoint.
Extensions
Constants
- discoveryPath → const String
- organizationUrnPrefix → const String
- The prefix of organization URN(Uniform Resource Name)for the organization in Logto. @example urn:logto:organization:org_1234 @see {@link https://en.wikipedia.org/wiki/Uniform_Resource_Name | Uniform Resource Name}
- refreshTokenGrantType → const String
Properties
-
reservedScopes
↔ Set<
String> -
getter/setter pair
Functions
-
buildOrganizationUrn(
String organizationId) → String - Build the organization URN from organization ID.
-
getOrganizationIdFromUrn(
String organizationUrn) → String