class Keycloak::Representation::FederatedIdentity

Defined in:

keycloak/representation/federated_identity.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Keycloak::Representation::Base

new(pull : JSON::PullParser)
new
new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def identity_provider : String | Nil #

[View source]
def identity_provider=(identity_provider : String | Nil) #

[View source]
def user_id : String | Nil #

[View source]
def user_id=(user_id : String | Nil) #

[View source]
def user_name : String | Nil #

[View source]
def user_name=(user_name : String | Nil) #

[View source]