C# Class KidoZen.authentication.KZUser

Datei anzeigen Open project: kidozen/kido-xamarin Class Usage Examples

Public Methods

Method Description
IsInRole ( String role ) : System.Boolean
getClaimByName ( String name ) : String[]
getClaimByType ( String typeName ) : String[]

Method Details

IsInRole() public method

public IsInRole ( String role ) : System.Boolean
role String
return System.Boolean

getClaimByName() public method

public getClaimByName ( String name ) : String[]
name String
return String[]

getClaimByType() public method

public getClaimByType ( String typeName ) : String[]
typeName String
return String[]