Skip to main content

IManageSourceRolesAsync

Assembly: ServiceStack.dll
View Source
Declaration
public interface IManageSourceRolesAsync

Methods

MergeRolesAsync(String, String, ICollection<String>, CancellationToken)

View Source
Declaration
Task MergeRolesAsync(string userAuthId, string source, ICollection<string> roles, CancellationToken token = default(CancellationToken))
Returns

System.Threading.Tasks.Task

Parameters
TypeName
System.StringuserAuthId
System.Stringsource
System.Collections.Generic.ICollection<System.String>roles
System.Threading.CancellationTokentoken

GetLocalRolesAndPermissionsAsync(String, CancellationToken)

View Source
Declaration
Task<Tuple<ICollection<string>, ICollection<string>>> GetLocalRolesAndPermissionsAsync(string userAuthId, CancellationToken token = default(CancellationToken))
Returns

System.Threading.Tasks.Task<System.Tuple<System.Collections.Generic.ICollection<System.String>,System.Collections.Generic.ICollection<System.String>>>

Parameters
TypeName
System.StringuserAuthId
System.Threading.CancellationTokentoken