class ScimClient

Defined in:

models/scim_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def create_user(user : User) #

[View source]
def delete_user(user) #

[View source]
def endpoint : String #

[View source]
def endpoint=(endpoint : String) #

[View source]
def token : String #

[View source]
def token=(token : String) #

[View source]
def update_user(user, attributes = [] of String) #

[View source]