OIDCCredentials

public class OIDCCredentials : NSObject, NSCoding

A class to represent the OpenID Connect state for an entity. This is backed by a standard OIDC token.

  • Initialises the openid credentials.

    Declaration

    Swift

    public init(state: OIDAuthState)

    Parameters

    state

    the authentication state that monitors authorisation and token requests/responses

  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public func encode(with aCoder: NSCoder)