Exception: ADAL::UserCredential::UnsupportedAccountTypeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/adal/user_credential.rb

Overview

ADAL only supports flows for managed and federated users.

Instance Method Summary collapse

Constructor Details

#initialize(account_type) ⇒ UnsupportedAccountTypeError

Returns a new instance of UnsupportedAccountTypeError.



48
49
50
# File 'lib/adal/user_credential.rb', line 48

def initialize()
  super("Unsupported account type for authentication: #{}.")
end