ApiV1OauthClientsPost201Response class
Constructors
- ApiV1OauthClientsPost201Response({required String id, required String organizationId, required String clientId, required String clientSecret, required String name, required String? description, required UserMetadata? redirectUris, required UserMetadata? allowedOrigins, required UserMetadata? allowedScopes, required UserMetadata? allowedSocialProviders, required bool? isActive, required bool? pkceRequired, required String? createdBy, required UserMetadata? metadata, required String? createdAt, required String? updatedAt})
- Returns a new ApiV1OauthClientsPost201Response instance.
Properties
- allowedOrigins ↔ UserMetadata?
-
getter/setter pair
- allowedScopes ↔ UserMetadata?
-
getter/setter pair
- allowedSocialProviders ↔ UserMetadata?
-
getter/setter pair
- clientId ↔ String
-
OAuth client ID
getter/setter pair
- clientSecret ↔ String
-
Client secret (only shown once)
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- createdBy ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String
-
Internal ID
getter/setter pair
- isActive ↔ bool?
-
getter/setter pair
- metadata ↔ UserMetadata?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- organizationId ↔ String
-
getter/setter pair
- pkceRequired ↔ bool?
-
getter/setter pair
- redirectUris ↔ UserMetadata?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → ApiV1OauthClientsPost201Response? -
Returns a new ApiV1OauthClientsPost201Response instance and imports its values from
valueif it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< ApiV1OauthClientsPost201Response> -
mapFromJson(
dynamic json) → Map< String, ApiV1OauthClientsPost201Response> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< ApiV1OauthClientsPost201Response> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.