Skip to content

ProviderTrait ​

Type
Trait
Namespace
craft\auth\sso
Implemented by
craft\auth\sso\BaseExternalProvider, craft\auth\sso\BaseProvider, craft\auth\sso\CraftProvider
Since
5.3.0

View source

Public Properties ​

PropertyDescription
handlestring, null – Handle
namestring, null – Name

handle ​

Type
string, null
Default value
null

Handle

View source

name ​

Type
string, null
Default value
null

Name

View source

Public Methods ​

MethodDescription
getCpLoginHtml()
getHandle()Get the unique handle for the provider
getSiteLoginHtml()

getCpLoginHtml() ​

View source

Returns ​

string, null

getHandle() ​

Get the unique handle for the provider

View source

Returns ​

string

getSiteLoginHtml() ​

View source

Returns ​

string, null