C# Class KidoZen.authentication.KZUser

Afficher le fichier Open project: kidozen/kido-xamarin Class Usage Examples

Méthodes publiques

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

Method Details

IsInRole() public méthode

public IsInRole ( String role ) : System.Boolean
role String
Résultat System.Boolean

getClaimByName() public méthode

public getClaimByName ( String name ) : String[]
name String
Résultat String[]

getClaimByType() public méthode

public getClaimByType ( String typeName ) : String[]
typeName String
Résultat String[]