CertificateCredential.DefinitionStages.WithAuthFile<ParentT> Interface
Type Parameters
- ParentT
public interface WithAuthFile
A credential definition stage allowing exporting the auth file for the service principal.
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
withAuthFileToExport(OutputStream outputStream)
Export the information of this service principal into an auth file. |
Method Details
withAuthFileToExport
public WithAuthFileCertificate
Export the information of this service principal into an auth file.
Parameters:
outputStream
- the output stream to export the file
Returns:
the next stage in credential definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java