logto_client library
Classes
Enums
- 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