IdentityResourceBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A builder for identity resources
public ref class IdentityResourceBuilder
public class IdentityResourceBuilder
type IdentityResourceBuilder = class
Public Class IdentityResourceBuilder
- Inheritance
-
IdentityResourceBuilder
Constructors
IdentityResourceBuilder() |
Initializes a new instance of IdentityResourceBuilder. |
IdentityResourceBuilder(IdentityResource) |
Initializes a new instance of IdentityResourceBuilder. |
IdentityResourceBuilder(IdentityResource) |
Initializes a new instance of IdentityResourceBuilder. |
Methods
Address() |
Creates an address resource. |
AllowAllClients() |
Configures the API resource to allow all clients to access it. |
Build() |
Builds the API resource. |
Email() |
Creates an email resource. |
OpenId() |
Creates an openid resource. |
Phone() |
Creates a phone resource. |
Profile() |
Creates a profile resource. |