DXLoginButton
Subclass of UIButton that when tapped will initiate the SSO flow.
After calling the isAuthenticated
method on DXAuthClient
, if a user is not currently authenticated, you will need to begin SSO flow by presenting a view controller that has a DXLoginButton
instance attached as a subview. When tapped, it will present the DX login screen.
Methods
init
Initialize an instance of DXLoginButton
.
Parameter | Type | Description |
from |
| An optional instance of a |
image |
| The |
Last updated