[CHANGE] Add extension method
This commit is contained in:
parent
5c4ebd2b32
commit
361af34036
1 changed files with 5 additions and 0 deletions
|
|
@ -18,4 +18,9 @@ public static class AuthorityProviderExtensions
|
||||||
{
|
{
|
||||||
return authorityBuilder;
|
return authorityBuilder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static AuthorityBuilder MapAuthorityEndpoints(this AuthorityBuilder builder)
|
||||||
|
{
|
||||||
|
return builder;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue