-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add Reference documentation (#114)
* docs: Add Reference documentation * docs: Add submodule
- Loading branch information
1 parent
69cc022
commit 5445167
Showing
9 changed files
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "docs-reference"] | ||
path = docs-reference | ||
url = https://github.com/NikiforovAll/keycloak-authorization-services-dotnet-docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# IKeycloakGroupClient | ||
# API Reference - IKeycloakGroupClient | ||
|
||
API Reference docs: [Keycloak.AuthServices.Sdk.Admin.IKeycloakGroupClient](https://nikiforovall.github.io/keycloak-authorization-services-dotnet-docs/api-reference/Keycloak.AuthServices.Sdk.Admin.IKeycloakGroupClient.html) | ||
|
||
::: details IKeycloakGroupClient.cs | ||
|
||
<<< @/../src/Keycloak.AuthServices.Sdk/Admin/IKeycloakGroupClient.cs | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# IKeycloakRealmClient | ||
# API Reference - IKeycloakRealmClient | ||
|
||
API Reference docs: [Keycloak.AuthServices.Sdk.Admin.IKeycloakRealmClient](https://nikiforovall.github.io/keycloak-authorization-services-dotnet-docs/api-reference/Keycloak.AuthServices.Sdk.Admin.IKeycloakRealmClient.html) | ||
|
||
::: details IKeycloakRealmClient.cs | ||
|
||
<<< @/../src/Keycloak.AuthServices.Sdk/Admin/IKeycloakRealmClient.cs | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# IKeycloakUserClient | ||
# API Reference - IKeycloakUserClient | ||
|
||
API Reference docs: [Keycloak.AuthServices.Sdk.Admin.IKeycloakUserClient](https://nikiforovall.github.io/keycloak-authorization-services-dotnet-docs/api-reference/Keycloak.AuthServices.Sdk.Admin.IKeycloakUserClient.html) | ||
|
||
::: details IKeycloakUserClient.cs | ||
|
||
<<< @/../src/Keycloak.AuthServices.Sdk/Admin/IKeycloakUserClient.cs | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# IAuthorizationServerClient | ||
# API Reference - IAuthorizationServerClient | ||
|
||
API Reference docs: [Keycloak.AuthServices.Authorization.AuthorizationServer.IAuthorizationServerClient](https://nikiforovall.github.io/keycloak-authorization-services-dotnet-docs/api-reference/Keycloak.AuthServices.Authorization.AuthorizationServer.IAuthorizationServerClient.html) | ||
|
||
::: details IAuthorizationServerClient.cs | ||
|
||
<<< @/../src/Keycloak.AuthServices.Authorization/AuthorizationServer/IAuthorizationServerClient.cs | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# IKeycloakProtectedResourceClient | ||
# API Reference - IKeycloakProtectedResourceClient | ||
|
||
API Reference docs: [Keycloak.AuthServices.Sdk.Protection.IKeycloakProtectedResourceClient](https://nikiforovall.github.io/keycloak-authorization-services-dotnet-docs/api-reference/Keycloak.AuthServices.Sdk.Protection.IKeycloakProtectedResourceClient.html) | ||
|
||
::: details IKeycloakProtectedResourceClient.cs | ||
|
||
<<< @/../src/Keycloak.AuthServices.Sdk/Protection/IKeycloakProtectedResourceClient.cs | ||
|
||
::: |