Interface IdentityProviderContract.DefinitionStages.WithTypePropertiesType
- All Known Subinterfaces:
IdentityProviderContract.Definition,IdentityProviderContract.DefinitionStages.WithCreate
- Enclosing interface:
IdentityProviderContract.DefinitionStages
public static interface IdentityProviderContract.DefinitionStages.WithTypePropertiesType
The stage of the IdentityProviderContract definition allowing to specify typePropertiesType.
-
Method Summary
Modifier and TypeMethodDescriptionwithTypePropertiesType(IdentityProviderType typePropertiesType) Specifies the typePropertiesType property: Identity Provider Type identifier..
-
Method Details
-
withTypePropertiesType
IdentityProviderContract.DefinitionStages.WithCreate withTypePropertiesType(IdentityProviderType typePropertiesType) Specifies the typePropertiesType property: Identity Provider Type identifier..- Parameters:
typePropertiesType- Identity Provider Type identifier.- Returns:
- the next definition stage.
-