Auth Info Args
data class AuthInfoArgs(val expiresIn: Output<Int>? = null, val refreshToken: Output<String>? = null, val scope: Output<String>? = null, val token: Output<String>, val tokenType: Output<Either<String, TokenType>>) : ConvertibleToJava<AuthInfoArgs>
The authorization properties for accessing the source code repository.