ClientIdentity class

Represents a simple Client in the OpenID-Connect terms for authentication at the S3I-IdentityProvider.

Annotations

Constructors

ClientIdentity(String id, {String secret = ''})
Creates a ClientIdentity with the given id and the secret which could be empty if the client is a public client.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The id of the client, starts often with s3i: in the S3I.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
The secret of the client, is an empty string if the client is public.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited